Create message from messagelist
Description
This scriptlet takes a list of structured messages and combines it to a single Orchestra message. All the messages of the list are added as child elements to the newly created messages. The messages are added in the order as they are available in the messagelist.
Note: All the messages must be structured messages, otherwise the scriptlet will fail.
Create
Configuration
Properties and Parameter assignment
The assignment sections define the assignment of variables between the script and the process model.
The following parameters are available:
**Ingoing parameters**:
- **MSGLIST**: Messagelist containing all entries that should be combined.
- **NAMESPACE**: Namesapce of the root element of the new message.
- **LOCALNAME**: Localname of the root element of the new message.
**Outgoing parameters**:
- **MSG**: the concatenated message
